Run Flux Dev on Runpod

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 46

  • @lowlypsalmistboy
    @lowlypsalmistboy Годину тому

    can you make a video on how i can run omnigen on this? runpod io .. thanks

  • @burncloud-com
    @burncloud-com 2 місяці тому +1

    I really want you to continue on this is awesome

  • @DanielScholtes
    @DanielScholtes 2 місяці тому +5

    Thank you for your work, i got it running yesterday. Runpod charges 0.02$ per hour for storage even when i'm not running the runpod. Is this normal or is there a way to avoid that?

    • @weirdwonderfulaiart
      @weirdwonderfulaiart  2 місяці тому +2

      Yes this is normal as you are using storage. You can delete the pod and start a fresh one each time if you don't want to pay for storage.
      Sometimes even when I want to pay for storage I can't start with the same GPU so the pod is not very useful.
      I always delete and start fresh one each time.

    • @DanielScholtes
      @DanielScholtes 2 місяці тому

      @@weirdwonderfulaiart Okay, thank you. Makes sense

    • @garagesa
      @garagesa 24 дні тому

      ⁠@@weirdwonderfulaiartyou can also save a snapshot of your work setup. Then just store that. It’ll greatly reduce size to save money. Alternatively you can save that snapshot to a free cloud storage if you won’t be returning for a while. I think Daniel has the right idea though.

  • @yeyeye7316
    @yeyeye7316 20 днів тому +1

    Also how do I add custom checkpoints/tensors?

  • @JohnnyCashOriginal
    @JohnnyCashOriginal Місяць тому +1

    Nice job explaining this. Would like a deep dive when you have the time. Thank you so much for sharing! Subbed and liked

  • @ksottam
    @ksottam 3 місяці тому +1

    Thank you SO much for this!!

  • @vrynstudios
    @vrynstudios 3 місяці тому +1

    Can you please create a tutorial that can do batch of prompts? I mean multiple prompts queued one by one in single click?

    • @weirdwonderfulaiart
      @weirdwonderfulaiart  3 місяці тому +2

      You can easily do this by adding the DynamicPrompts Custom Nodes to generate multiple prompts and batch them up in comfyui

  • @tanakasamukange3524
    @tanakasamukange3524 25 днів тому

    thanks for the video, how do i install civit ai models?

    • @weirdwonderfulaiart
      @weirdwonderfulaiart  10 днів тому

      I have a Jupyter notebook in the resources link which will download the models

  • @nickfalkingham2937
    @nickfalkingham2937 2 місяці тому

    I must be blind but i cannot see any notebook in the workspace directory, only in the comfy directory and the notebook does not have the workflow in the video nor a flux model download. has this been removed? or can you please direct me to it?

    • @weirdwonderfulaiart
      @weirdwonderfulaiart  2 місяці тому

      Link in the description of the video to download the zip which contains the notebook.

  • @DjSligs
    @DjSligs 3 місяці тому +1

    When I create the huggingface token, it says 403 forbidden :(

    • @DjSligs
      @DjSligs 3 місяці тому +1

      I found the answer, I needed write access for my token. Thank you for providing the files!

    • @weirdwonderfulaiart
      @weirdwonderfulaiart  3 місяці тому

      You only need read Access as you are pulling the model down and not writing anything

    • @Fnlig
      @Fnlig 2 місяці тому

      @@DjSligs Did you put "< >" around the token? I have the same issue as you did but it's not solved by just inputing a write token. Any help?

  • @nhldesktop
    @nhldesktop 2 місяці тому

    How did you load the log viewer in the terminal and how can I view the resource utilization in the terminal?

    • @weirdwonderfulaiart
      @weirdwonderfulaiart  2 місяці тому +1

      you can view any log using Tail command eg. tail -f /workspace/logs/comfyui.log
      -f allows you to follow a file and updates as it changes
      you can see GPU utilisation using nvidia-smi in terminal and you can use it with watch command to monitor continously eg. watch -d -n 1 nvidia-smi
      -n, --interval Allows you to specify the interval between output updates.
      -d, --differences Highlights the differences between output updates.

  • @meepo1862
    @meepo1862 2 місяці тому

    can you teach how to install forge on runpod to use flux dev

    • @weirdwonderfulaiart
      @weirdwonderfulaiart  2 місяці тому

      What if forge? I've only ever used Automatic1111 and ComfyUI

  • @Miata751
    @Miata751 5 днів тому

    How to add more lora?

    • @weirdwonderfulaiart
      @weirdwonderfulaiart  4 дні тому

      Duplicate the load Lora node save then link it into the chain

    • @Miata751
      @Miata751 4 дні тому

      @ sorry but i dont get it how to connect the node. Can you give me some examples?

  • @jordanparker7582
    @jordanparker7582 3 місяці тому

    In your notebook, where do I put my hugging face token?

    • @weirdwonderfulaiart
      @weirdwonderfulaiart  3 місяці тому

      Refer to the screenshot on the blog post HF Token
      weirdwonderfulai.art/resources/cheap-solution-for-running-flux-dev-using-runpod/

  • @yeyeye7316
    @yeyeye7316 20 днів тому

    How do I get your work flow?

  • @noahcohen118
    @noahcohen118 3 місяці тому

    Hello do you have any tutorials on using the Flux Realism but with your own face?

    • @weirdwonderfulaiart
      @weirdwonderfulaiart  3 місяці тому +2

      not yet, wait for ControlNets and IPAdapters to be available for Flux then it would be possible

    • @robdhayes
      @robdhayes 2 місяці тому

      ​@@weirdwonderfulaiartwhy can't we just use a LoRA node? I use a character LoRA fine in Comfy local, but can't get it installed in Runpod.

    • @mic2016
      @mic2016 2 місяці тому

      @@robdhayes is it possible to load checkoints and lora? please show this.

  • @whoisexaberri
    @whoisexaberri 2 місяці тому

    I don't see your notebook?

    • @weirdwonderfulaiart
      @weirdwonderfulaiart  2 місяці тому

      All resources are available on the blog which is linked in the description

    • @guipedr
      @guipedr 2 місяці тому

      @@weirdwonderfulaiart I checked on the blog post and I still can't find the url for the notebook. Can you point me to the right direction?

    • @guipedr
      @guipedr 2 місяці тому

      nvm, found it. didn't realize it was on the package url in the end. Thanks a lot WW, this was ultra helpful.